+Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Add a check for a new enough fontconfig, since
+ we picked up a direct dependency on it with the Xft settings.
+
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
+Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Add a check for a new enough fontconfig, since
+ we picked up a direct dependency on it with the Xft settings.
+
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
+Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Add a check for a new enough fontconfig, since
+ we picked up a direct dependency on it with the Xft settings.
+
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
+Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Add a check for a new enough fontconfig, since
+ we picked up a direct dependency on it with the Xft settings.
+
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
+Sun Feb 22 02:04:03 2004 Matthias Clasen <maclas@gmx.de>
+
+ * configure.in: Add a check for a new enough fontconfig, since
+ we picked up a direct dependency on it with the Xft settings.
+
Sun Feb 22 00:23:40 2004 Matthias Clasen <maclas@gmx.de>
Bug 112647 (Bill Haneman, patch by Narayana Pattipati):
fi
if test "x$gdktarget" = "xx11"; then
+ #
+ # Check for fontconfig
+ #
+ if $PKG_CONFIG --exists 'fontconfig >= 2.2.91' ; then : ; else
+ AC_MSG_ERROR([fontconfig 2.2.91 is required for x11 target])
+ fi
+
# We start off with the libraries from Pango
## be sure we also have Pango built with Xft2 support